projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe42c2
)
Improve easymenu.el Commentary section
author
Stefan Kangas
<stefan@marxist.se>
Tue, 23 Feb 2021 02:24:31 +0000
(
03:24
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 23 Feb 2021 02:24:39 +0000
(
03:24
+0100)
* lisp/emacs-lisp/easymenu.el: Improve Commentary section.
lisp/emacs-lisp/easymenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easymenu.el
b/lisp/emacs-lisp/easymenu.el
index 39b3193b2f4b2d8074c8246addfee6a3167897f8..bcd5cfd99b641de18b1c034f3f5ecc8a9ea9f0ca 100644
(file)
--- a/
lisp/emacs-lisp/easymenu.el
+++ b/
lisp/emacs-lisp/easymenu.el
@@
-23,6
+23,9
@@
;;; Commentary:
+;; The `easy-menu-define' macro provides a convenient way to define
+;; pop-up menus and/or menu bar menus.
+;;
;; This is compatible with easymenu.el by Per Abrahamsen
;; but it is much simpler as it doesn't try to support other Emacs versions.
;; The code was mostly derived from lmenu.el.